home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-photogallery.dcr / 00028_ryan.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  161 b   |  13 lines

  1. on mouseUp
  2.   puppetSound(1, "Clicker")
  3.   open(the applicationPath & "assets\SIDscreen.exe")
  4. end
  5.  
  6. on mouseEnter
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave
  11.   cursor(-1)
  12. end
  13.